Skip to content

Conversation

@bromiesTM
Copy link

No description provided.

Antreesy and others added 30 commits November 26, 2024 00:52
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
100% translated source file: 'l10n/messages.pot'
on 'ru'.
…translations_ef429a9836fb49eeb7494eb2c87d1dac

Updates for project Nextcloud vue library
100% translated source file: 'l10n/messages.pot'
on 'uk'.
…translations_ef429a9836fb49eeb7494eb2c87d1dac

Updates for project Nextcloud vue library
100% translated source file: 'l10n/messages.pot'
on 'sr'.
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
…translations_ef429a9836fb49eeb7494eb2c87d1dac

Updates for project Nextcloud vue library
Bumps [@fontsource/roboto](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/roboto) from 5.1.0 to 5.1.1.
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/roboto)

---
updated-dependencies:
- dependency-name: "@fontsource/roboto"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/npm_and_yarn/fontsource/roboto-5.1.1

chore(deps-dev): Bump @fontsource/roboto from 5.1.0 to 5.1.1
100% translated source file: 'l10n/messages.pot'
on 'ko'.
…translations_ef429a9836fb49eeb7494eb2c87d1dac

Updates for project Nextcloud vue library
100% translated source file: 'l10n/messages.pot'
on 'ga'.
…translations_ef429a9836fb49eeb7494eb2c87d1dac

Updates for project Nextcloud vue library
100% translated source file: 'l10n/messages.pot'
on 'fr'.
…translations_ef429a9836fb49eeb7494eb2c87d1dac

Updates for project Nextcloud vue library
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
`after-show` was triggered before the end of init, including focusing on the elements using `focus-trap`.

This broke `focus-trap` auto return focus when `NcPopover` content focused an element on `after-show`, making it the element to return focus to.

Same for `after-hide`.

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
100% translated source file: 'l10n/messages.pot'
on 'pl'.
100% translated source file: 'l10n/messages.pot'
on 'pl'.
100% translated source file: 'l10n/messages.pot'
on 'pl'.
…translations_ef429a9836fb49eeb7494eb2c87d1dac

Updates for project Nextcloud vue library
100% translated source file: 'l10n/messages.pot'
on 'zh_HK'.
100% translated source file: 'l10n/messages.pot'
on 'sv'.
100% translated source file: 'l10n/messages.pot'
on 'sv'.
100% translated source file: 'l10n/messages.pot'
on 'sv'.
100% translated source file: 'l10n/messages.pot'
on 'sv'.
Antreesy and others added 27 commits February 11, 2025 10:50
This reverts commit 49ce673.

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
…fix/6259/revert-async-gfm

revert: import remark-gfm library in NcRichText as module, not async
…refactor/boolean-props-1

refactor: Use boolean props with default value false
…fix/NcEmojiPicker--return-focus

fix(NcPopover): emit `after-show` after `focus-trap` init to correctly return focus when content set focus initially (e.g. `NcEmojiPicker`)
…fix/modal-mask

fix(NcModal): Enforce opaque backdrop if needed
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Bumps [@nextcloud/vite-config](https://github.com/nextcloud/nextcloud-vite-config) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/nextcloud/nextcloud-vite-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vite-config/blob/v1.5.2/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-vite-config@v1.5.1...v1.5.2)

---
updated-dependencies:
- dependency-name: "@nextcloud/vite-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@nextcloud/l10n](https://github.com/nextcloud-libraries/nextcloud-l10n) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-l10n/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-l10n/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-l10n@v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/l10n"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/npm_and_yarn/nextcloud/vite-config-1.5.2
…dependabot/npm_and_yarn/nextcloud/l10n-3.2.0
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.6.0 to 6.6.1.
- [Commits](indutny/elliptic@v6.6.0...v6.6.1)

---
updated-dependencies:
- dependency-name: elliptic
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…fix/NcRichContenteditable--remove-linkify

fix(NcRichContenteditable): remove value linkify
…fix/NcPopover--blurry-on-scale

fix(NcPopover): blurry content on scaled page in Chromium
…fix/6264/action-radio-vmodel

fix(NcActionRadio): follow-up fixes, promote migration to v-model
…fix/noid/stylelint

fix(NcAction*): complete BiDi support
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
…chore/v8.23.0

chore: prepare v8.23.0 release
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
…backport/6517/master

[master] chore(deps): Bump @nextcloud/l10n from 3.1.0 to 3.2.0
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
…chore/v8.23.1

chore: prepare v8.23.1 release
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
@bromiesTM bromiesTM requested a review from printminion-co April 2, 2025 12:53
@bromiesTM bromiesTM merged commit 19a2ef3 into ionos-dev Apr 2, 2025
7 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.